From: Dimitris Papastamos Date: Fri, 28 Sep 2018 13:23:26 +0000 (+0100) Subject: Revert "sgm: increase SCP_BL2 maximum size" X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7401edf2e0151e17b6c6773b8321d7a724d93f41;p=project%2Fbcm63xx%2Fatf.git Revert "sgm: increase SCP_BL2 maximum size" --- diff --git a/plat/arm/css/sgm/include/sgm_base_platform_def.h b/plat/arm/css/sgm/include/sgm_base_platform_def.h index a1450f5d..2498430c 100644 --- a/plat/arm/css/sgm/include/sgm_base_platform_def.h +++ b/plat/arm/css/sgm/include/sgm_base_platform_def.h @@ -139,13 +139,13 @@ * PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current * SCP_BL2 size plus a little space for growth. */ -#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x18000 +#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x15000 /* * PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current * SCP_BL2U size plus a little space for growth. */ -#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x18000 +#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x15000 /* * Most platform porting definitions provided by included headers